Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue #931 Fixed The Paginator does not support ScalarResults #939

Closed
wants to merge 1 commit into from

Conversation

kristofvanroy
Copy link

Fix for issue. #931

@StudioMaX
Copy link
Contributor

This is not a valid fix, because of #828
We should use a Paginator when we have an entity with joins.

@kristofvanroy, could you check that this fix working for you?

$items = new Paginator($query, $hasJoin);

to

$items = new Paginator($query, $hasJoin);
$items->setUseOutputWalkers(false);

@Stumpftopf
Copy link

@StudioMaX
Hi, i have the same issue and when i add $items->setUseOutputWalkers(false); it will solve my problem. If you want to reproduce that. Just try to accass a property with the grid column annotation. Can you merge or at that fix tot the master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants